Html Css Color HEX #58B2CC Viking

📋 copy color: '#58B2CC'

red 88 ◦ green 178 ◦ blue 204

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

Shades of Viking #58B2CC

Tints of Viking #58B2CC

RGB

 RED value IS 88 (34.77% from 255) = 18.72%

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 18.72%
G = 37.87%
B = 43.4%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#58B2CC (or 0x58B2CC) is known color: Viking. HEX triplet: 58, B2 and CC. RGB value is (88,178,204). Sum of RGB (Red+Green+Blue) = 88+178+204=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #58B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2CC is #A74D33. Grayscale: #999999. Windows color (decimal): -10964276 or 13415000. OLE color: 13415000.

HSL color Cylindrical-coordinate representation of color #58B2CC: hue angle of 193.45º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58B2CC is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 178 204 -
CMYK 0.57 0.13 0 0.2
HSL 193.45º 0.53% 0.57% -
HSV(B) 193.45º 0.57% 0.8% -
XYZ 30.84 38.28 62.89 -
YUV 154.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 88 178 204 0.57 0.13 0 0.2 193.45 0.53 0.57
Hex 58 B2 CC 39 D 0 14 C1 35 39
Octal 130 262 314 71 15 0 24 301 65 71
Binary 1011000 10110010 11001100 111001 1101 0 10100 11000001 110101 111001

Color Harmonies of #58B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B2CC

Black with #58B2CC

Text Example


Text Example

White with #58B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58B2CC; }

 p { color: rgb(88,178,204); }

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

background-color css

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

 a { background-color: rgb(88,178,204); }

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

border-color css

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

 span { border-color: rgb(88,178,204); }

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