Html Css Color HEX #5F629D Rich Blue

📋 copy color: '#5F629D'

red 95 ◦ green 98 ◦ blue 157

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

Shades of Rich Blue #5F629D

Tints of Rich Blue #5F629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 27.14%
G = 28%
B = 44.86%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F629D (or 0x5F629D) is known color: Rich Blue. HEX triplet: 5F, 62 and 9D. RGB value is (95,98,157). Sum of RGB (Red+Green+Blue) = 95+98+157=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F629D is #A09D62. Grayscale: #676767. Windows color (decimal): -10526051 or 10314335. OLE color: 10314335.

HSL color Cylindrical-coordinate representation of color #5F629D: hue angle of 237.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F629D is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 98 157 -
CMYK 0.39 0.38 0 0.38
HSL 237.1º 0.25% 0.49% -
HSV(B) 237.1º 0.39% 0.62% -
XYZ 15.17 13.6 33.72 -
YUV 103.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 95 98 157 0.39 0.38 0 0.38 237.1 0.25 0.49
Hex 5F 62 9D 27 26 0 26 ED 19 31
Octal 137 142 235 47 46 0 46 355 31 61
Binary 1011111 1100010 10011101 100111 100110 0 100110 11101101 11001 110001

Color Harmonies of #5F629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F629D

Black with #5F629D

Text Example


Text Example

White with #5F629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,98,157); }

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

background-color css

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

 a { background-color: rgb(95,98,157); }

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

border-color css

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

 span { border-color: rgb(95,98,157); }

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