Html Css Color HEX #5F65BD Chetwode Blue

📋 copy color: '#5F65BD'

red 95 ◦ green 101 ◦ blue 189

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

Shades of Chetwode Blue #5F65BD

Tints of Chetwode Blue #5F65BD

RGB

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

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

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

R = 24.68%
G = 26.23%
B = 49.09%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F65BD (or 0x5F65BD) is known color: Chetwode Blue. HEX triplet: 5F, 65 and BD. RGB value is (95,101,189). Sum of RGB (Red+Green+Blue) = 95+101+189=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F65BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65BD is #A09A42. Grayscale: #6C6C6C. Windows color (decimal): -10525251 or 12412255. OLE color: 12412255.

HSL color Cylindrical-coordinate representation of color #5F65BD: hue angle of 236.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F65BD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 101 189 -
CMYK 0.50 0.47 0 0.26
HSL 236.17º 0.42% 0.56% -
HSV(B) 236.17º 0.5% 0.74% -
XYZ 18.56 15.41 50.14 -
YUV 109.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 95 101 189 0.50 0.47 0 0.26 236.17 0.42 0.56
Hex 5F 65 BD 32 2F 0 1A EC 2A 38
Octal 137 145 275 62 57 0 32 354 52 70
Binary 1011111 1100101 10111101 110010 101111 0 11010 11101100 101010 111000

Color Harmonies of #5F65BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F65BD

Black with #5F65BD

Text Example


Text Example

White with #5F65BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,101,189); }

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

background-color css

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

 a { background-color: rgb(95,101,189); }

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

border-color css

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

 span { border-color: rgb(95,101,189); }

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