Html Css Color HEX #575DBF Rich Blue

📋 copy color: '#575DBF'

red 87 ◦ green 93 ◦ blue 191

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

Shades of Rich Blue #575DBF

Tints of Rich Blue #575DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 191 (75% from 255) = 51.48%

R = 23.45%
G = 25.07%
B = 51.48%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#575DBF (or 0x575DBF) is known color: Rich Blue. HEX triplet: 57, 5D and BF. RGB value is (87,93,191). Sum of RGB (Red+Green+Blue) = 87+93+191=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #575DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DBF is #A8A240. Grayscale: #656565. Windows color (decimal): -11051585 or 12541271. OLE color: 12541271.

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

Color convert

RGB 87 93 191 -
CMYK 0.54 0.51 0 0.25
HSL 236.54º 0.45% 0.55% -
HSV(B) 236.54º 0.54% 0.75% -
XYZ 17.25 13.62 51.01 -
YUV 102.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 87 93 191 0.54 0.51 0 0.25 236.54 0.45 0.55
Hex 57 5D BF 36 33 0 19 ED 2D 37
Octal 127 135 277 66 63 0 31 355 55 67
Binary 1010111 1011101 10111111 110110 110011 0 11001 11101101 101101 110111

Color Harmonies of #575DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DBF

Black with #575DBF

Text Example


Text Example

White with #575DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,191); }

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

background-color css

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

 a { background-color: rgb(87,93,191); }

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

border-color css

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

 span { border-color: rgb(87,93,191); }

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