Html Css Color HEX #427585 Calypso

📋 copy color: '#427585'

red 66 ◦ green 117 ◦ blue 133

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

Shades of Calypso #427585

Tints of Calypso #427585

RGB

 RED value IS 66 (26.17% from 255) = 20.89%

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 20.89%
G = 37.03%
B = 42.09%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427585 (or 0x427585) is known color: Calypso. HEX triplet: 42, 75 and 85. RGB value is (66,117,133). Sum of RGB (Red+Green+Blue) = 66+117+133=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #427585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427585 is #BD8A7A. Grayscale: #676767. Windows color (decimal): -12421755 or 8746306. OLE color: 8746306.

HSL color Cylindrical-coordinate representation of color #427585: hue angle of 194.33º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427585 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 117 133 -
CMYK 0.50 0.12 0 0.48
HSL 194.33º 0.34% 0.39% -
HSV(B) 194.33º 0.5% 0.52% -
XYZ 12.84 15.57 24.52 -
YUV 103.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 66 117 133 0.50 0.12 0 0.48 194.33 0.34 0.39
Hex 42 75 85 32 C 0 30 C2 22 27
Octal 102 165 205 62 14 0 60 302 42 47
Binary 1000010 1110101 10000101 110010 1100 0 110000 11000010 100010 100111

Color Harmonies of #427585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427585

Black with #427585

Text Example


Text Example

White with #427585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427585; }

 p { color: rgb(66,117,133); }

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

background-color css

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

 a { background-color: rgb(66,117,133); }

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

border-color css

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

 span { border-color: rgb(66,117,133); }

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