Html Css Color HEX #5D67AF Chetwode Blue

📋 copy color: '#5D67AF'

red 93 ◦ green 103 ◦ blue 175

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

Shades of Chetwode Blue #5D67AF

Tints of Chetwode Blue #5D67AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 25.07%
G = 27.76%
B = 47.17%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D67AF (or 0x5D67AF) is known color: Chetwode Blue. HEX triplet: 5D, 67 and AF. RGB value is (93,103,175). Sum of RGB (Red+Green+Blue) = 93+103+175=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D67AF is #A29850. Grayscale: #6B6B6B. Windows color (decimal): -10655825 or 11495261. OLE color: 11495261.

HSL color Cylindrical-coordinate representation of color #5D67AF: hue angle of 232.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D67AF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 103 175 -
CMYK 0.47 0.41 0 0.31
HSL 232.68º 0.34% 0.53% -
HSV(B) 232.68º 0.47% 0.69% -
XYZ 17.1 15.12 42.58 -
YUV 108.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 93 103 175 0.47 0.41 0 0.31 232.68 0.34 0.53
Hex 5D 67 AF 2F 29 0 1F E9 22 35
Octal 135 147 257 57 51 0 37 351 42 65
Binary 1011101 1100111 10101111 101111 101001 0 11111 11101001 100010 110101

Color Harmonies of #5D67AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D67AF

Black with #5D67AF

Text Example


Text Example

White with #5D67AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,103,175); }

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

background-color css

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

 a { background-color: rgb(93,103,175); }

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

border-color css

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

 span { border-color: rgb(93,103,175); }

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