Html Css Color HEX #5F63BE Chetwode Blue

📋 copy color: '#5F63BE'

red 95 ◦ green 99 ◦ blue 190

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

Shades of Chetwode Blue #5F63BE

Tints of Chetwode Blue #5F63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 24.74%
G = 25.78%
B = 49.48%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F63BE (or 0x5F63BE) is known color: Chetwode Blue. HEX triplet: 5F, 63 and BE. RGB value is (95,99,190). Sum of RGB (Red+Green+Blue) = 95+99+190=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63BE is #A09C41. Grayscale: #6B6B6B. Windows color (decimal): -10525762 or 12477279. OLE color: 12477279.

HSL color Cylindrical-coordinate representation of color #5F63BE: hue angle of 237.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F63BE is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 99 190 -
CMYK 0.5 0.48 0 0.25
HSL 237.47º 0.42% 0.56% -
HSV(B) 237.47º 0.5% 0.75% -
XYZ 18.48 15.07 50.65 -
YUV 108.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 95 99 190 0.5 0.48 0 0.25 237.47 0.42 0.56
Hex 5F 63 BE 32 30 0 19 ED 2A 38
Octal 137 143 276 62 60 0 31 355 52 70
Binary 1011111 1100011 10111110 110010 110000 0 11001 11101101 101010 111000

Color Harmonies of #5F63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F63BE

Black with #5F63BE

Text Example


Text Example

White with #5F63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,99,190); }

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

background-color css

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

 a { background-color: rgb(95,99,190); }

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

border-color css

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

 span { border-color: rgb(95,99,190); }

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