Html Css Color HEX #5F75C3 Chetwode Blue

📋 copy color: '#5F75C3'

red 95 ◦ green 117 ◦ blue 195

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

Shades of Chetwode Blue #5F75C3

Tints of Chetwode Blue #5F75C3

RGB

 RED value IS 95 (37.5% from 255) = 23.34%

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 23.34%
G = 28.75%
B = 47.91%

CMYK

 C value IS 0.51

 M value IS 0.4

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5F75C3 (or 0x5F75C3) is known color: Chetwode Blue. HEX triplet: 5F, 75 and C3. RGB value is (95,117,195). Sum of RGB (Red+Green+Blue) = 95+117+195=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #5F75C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F75C3 is #A08A3C. Grayscale: #767676. Windows color (decimal): -10521149 or 12809567. OLE color: 12809567.

HSL color Cylindrical-coordinate representation of color #5F75C3: hue angle of 226.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F75C3 is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 117 195 -
CMYK 0.51 0.4 0 0.24
HSL 226.8º 0.45% 0.57% -
HSV(B) 226.8º 0.51% 0.76% -
XYZ 20.93 19.1 54.21 -
YUV 119.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 95 117 195 0.51 0.4 0 0.24 226.8 0.45 0.57
Hex 5F 75 C3 33 28 0 18 E3 2D 39
Octal 137 165 303 63 50 0 30 343 55 71
Binary 1011111 1110101 11000011 110011 101000 0 11000 11100011 101101 111001

Color Harmonies of #5F75C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F75C3

Black with #5F75C3

Text Example


Text Example

White with #5F75C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F75C3; }

 p { color: rgb(95,117,195); }

 H1.HeaderClassName
 {
   color: #5F75C3;
 }
 .AnyTagClassName
 {
   color: #5F75C3;
 }
</style>

background-color css

<style>
 a { background-color: #5F75C3; }

 a { background-color: rgb(95,117,195); }

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

border-color css

<style>
 span { border-color: #5F75C3; }

 span { border-color: rgb(95,117,195); }

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