Html Css Color HEX #565CBD Rich Blue

📋 copy color: '#565CBD'

red 86 ◦ green 92 ◦ blue 189

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

Shades of Rich Blue #565CBD

Tints of Rich Blue #565CBD

RGB

 RED value IS 86 (33.98% from 255) = 23.43%

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 23.43%
G = 25.07%
B = 51.5%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#565CBD (or 0x565CBD) is known color: Rich Blue. HEX triplet: 56, 5C and BD. RGB value is (86,92,189). Sum of RGB (Red+Green+Blue) = 86+92+189=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #565CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CBD is #A9A342. Grayscale: #646464. Windows color (decimal): -11117379 or 12409942. OLE color: 12409942.

HSL color Cylindrical-coordinate representation of color #565CBD: hue angle of 236.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565CBD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 92 189 -
CMYK 0.54 0.51 0 0.26
HSL 236.5º 0.44% 0.54% -
HSV(B) 236.5º 0.54% 0.74% -
XYZ 16.85 13.31 49.82 -
YUV 101.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 86 92 189 0.54 0.51 0 0.26 236.5 0.44 0.54
Hex 56 5C BD 36 33 0 1A ED 2C 36
Octal 126 134 275 66 63 0 32 355 54 66
Binary 1010110 1011100 10111101 110110 110011 0 11010 11101101 101100 110110

Color Harmonies of #565CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CBD

Black with #565CBD

Text Example


Text Example

White with #565CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565CBD; }

 p { color: rgb(86,92,189); }

 H1.HeaderClassName
 {
   color: #565CBD;
 }
 .AnyTagClassName
 {
   color: #565CBD;
 }
</style>

background-color css

<style>
 a { background-color: #565CBD; }

 a { background-color: rgb(86,92,189); }

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

border-color css

<style>
 span { border-color: #565CBD; }

 span { border-color: rgb(86,92,189); }

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