Html Css Color HEX #5565BE Chetwode Blue

📋 copy color: '#5565BE'

red 85 ◦ green 101 ◦ blue 190

#5565BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5565BE

Tints of Chetwode Blue #5565BE

RGB

 RED value IS 85 (33.59% from 255) = 22.61%

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 22.61%
G = 26.86%
B = 50.53%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5565BE (or 0x5565BE) is known color: Chetwode Blue. HEX triplet: 55, 65 and BE. RGB value is (85,101,190). Sum of RGB (Red+Green+Blue) = 85+101+190=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5565BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565BE is #AA9A41. Grayscale: #696969. Windows color (decimal): -11180610 or 12477781. OLE color: 12477781.

HSL color Cylindrical-coordinate representation of color #5565BE: hue angle of 230.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5565BE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 101 190 -
CMYK 0.55 0.47 0 0.25
HSL 230.86º 0.45% 0.54% -
HSV(B) 230.86º 0.55% 0.75% -
XYZ 17.69 14.96 50.67 -
YUV 106.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 85 101 190 0.55 0.47 0 0.25 230.86 0.45 0.54
Hex 55 65 BE 37 2F 0 19 E7 2D 36
Octal 125 145 276 67 57 0 31 347 55 66
Binary 1010101 1100101 10111110 110111 101111 0 11001 11100111 101101 110110

Color Harmonies of #5565BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5565BE

Black with #5565BE

Text Example


Text Example

White with #5565BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5565BE; }

 p { color: rgb(85,101,190); }

 H1.HeaderClassName
 {
   color: #5565BE;
 }
 .AnyTagClassName
 {
   color: #5565BE;
 }
</style>

background-color css

<style>
 a { background-color: #5565BE; }

 a { background-color: rgb(85,101,190); }

 div.DivClassName
 {
   background-color: #5565BE;
 }
 .BgClassName
 {
   background-color: #5565BE;
 }
</style>

border-color css

<style>
 span { border-color: #5565BE; }

 span { border-color: rgb(85,101,190); }

 td.TdClassName
 {
   border-color: #5565BE;
 }
 .TagClassName
 {
   border-color: #5565BE;
 }
</style>