Html Css Color HEX #575CBD Rich Blue

📋 copy color: '#575CBD'

red 87 ◦ green 92 ◦ blue 189

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

Shades of Rich Blue #575CBD

Tints of Rich Blue #575CBD

RGB

 RED value IS 87 (34.38% from 255) = 23.64%

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

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

R = 23.64%
G = 25%
B = 51.36%

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

#575CBD (or 0x575CBD) is known color: Rich Blue. HEX triplet: 57, 5C and BD. RGB value is (87,92,189). Sum of RGB (Red+Green+Blue) = 87+92+189=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #575CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CBD is #A8A342. Grayscale: #656565. Windows color (decimal): -11051843 or 12409943. OLE color: 12409943.

HSL color Cylindrical-coordinate representation of color #575CBD: hue angle of 237.06º 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 #575CBD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 92 189 -
CMYK 0.54 0.51 0 0.26
HSL 237.06º 0.44% 0.54% -
HSV(B) 237.06º 0.54% 0.74% -
XYZ 16.94 13.35 49.83 -
YUV 101.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 87 92 189 0.54 0.51 0 0.26 237.06 0.44 0.54
Hex 57 5C BD 36 33 0 1A ED 2C 36
Octal 127 134 275 66 63 0 32 355 54 66
Binary 1010111 1011100 10111101 110110 110011 0 11010 11101101 101100 110110

Color Harmonies of #575CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CBD

Black with #575CBD

Text Example


Text Example

White with #575CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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